AuthorizationCodePayload type
Antwoord geretourneerd na het verwerken van de querytekenreeks of het fragment van het codeantwoord.
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
}