getMyDomainAuthConfig
Returns the auth config associated with a my domain login endpoint. This call should be made from a background thread since it makes a network request.
Return
Auth config.
Parameters
loginUrl
Login URL.
open fun getMyDomainAuthConfig(@Nullable httpAccess: HttpAccess, loginUrl: String): AuthConfigUtil.MyDomainAuthConfig
Returns the auth config associated with a my domain login endpoint. This call should be made from a background thread since it makes a network request.
Return
Auth config.
Parameters
httpAccess
The HTTP access to use for API integration. Defaults to null to use the default HTTP access. This parameter is intended for testing purposes only and should not be used in release builds.
loginUrl
Login URL.