OauthAzureActivedirectory.Client (oauth_azure_activedirectory v1.2.0)

Documentation for OauthAzureActivedirectory.Client()

Summary

Functions

Return authorize URL with optional custom state

Validate token and return payload attributes in JWT

Return logout URL with optional logout hint

Functions

Link to this function

authorize_url(client, params)

(since 1.0.0)
Link to this function

authorize_url!(state \\ nil)

(since 1.0.0)

Return authorize URL with optional custom state

Link to this function

callback_params(map)

(since 1.0.0)

Validate token and return payload attributes in JWT

Link to this function

client()

(since 1.0.0)
Link to this function

logout_url(logout_hint \\ nil)

(since 1.0.0)

Return logout URL with optional logout hint

Link to this function

process_callback!(params)

(since 1.0.0)

See OauthAzureActivedirectory.Client.callback_params/1.