You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
772
+
* @return true if application can make cross-origin authentication requests, false otherwise
773
+
*/
774
+
@JsonProperty("cross_origin_auth")
775
+
publicBooleangetCrossOriginAuth() {
776
+
returncrossOriginAuth;
777
+
}
778
+
779
+
/**
780
+
* URL of the location in your site where the cross-origin verification takes place for the cross-origin auth flow when performing Auth in your own domain instead of Auth0 hosted login page.
781
+
* @param crossOriginLoc url location for cross-origin verification
* Getter for the URL of the location in your site where the cross-origin verification takes place for the cross-origin auth flow when performing Auth in your own domain instead of Auth0 hosted login page.
790
+
* @return URL of the location in your site where the cross-origin verification takes place
0 commit comments