Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AuthorizationCodePayload type
- Package:
- @azure/msal-node
Response returned after processing the code response query string or fragment.
type AuthorizationCodePayload = {
client_info?: string
cloud_graph_host_name?: string
cloud_instance_host_name?: string
cloud_instance_name?: string
code: string
msgraph_host?: string
nonce?: string
state?: string
}
