public void Logout()
 {
     Debug.Log($"Sign out using: {AuthConfiguration.LogoutUrl}");
     m_Manager.InvalidateToken();
     // This will deliberately unfocus the viewer application
     Application.OpenURL(AuthConfiguration.LogoutUrl);
 }
 public void Logout()
 {
     Debug.Log($"Sign out using: {AuthConfiguration.LogoutUrl}");
     m_Manager.InvalidateToken();
     Application.OpenURL(AuthConfiguration.LogoutUrl);
 }
예제 #3
0
 public void Logout()
 {
     Debug.Log($"Sign out using: {AuthConfiguration.LogoutUrl}");
     m_Manager.InvalidateToken();
     LaunchSafariWebViewUrl(AuthConfiguration.LogoutUrl);
 }