Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-user-auth
SignInWithCredentialsEndpointResponse
Interface SignInWithCredentialsEndpointResponse
Represents the response for the request to retrieve SignInWithCredentials endpoints.
interface
SignInWithCredentialsEndpointResponse
{
authEndpoint
?:
string
;
code
:
"SUCCESS"
|
"ERROR"
;
managementEndpoint
?:
string
;
message
?:
string
;
}
Index
Properties
auth
Endpoint?
code
management
Endpoint?
message?
Properties
Optional
auth
Endpoint
authEndpoint
?:
string
code
code
:
"SUCCESS"
|
"ERROR"
Optional
management
Endpoint
managementEndpoint
?:
string
Optional
message
message
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Endpoint
code
management
Endpoint
message
Axinom Portal
Axinom Mosaic Libraries
Loading...
Represents the response for the request to retrieve SignInWithCredentials endpoints.