Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AcquirePoPTokenConfidential = pop.AcquirePoPTokenConfidential
AcquirePoPTokenConfidential retrieves a Proof of Possession (PoP) token using confidential client credentials. It utilizes the internal pop.AcquirePoPTokenConfidential function to obtain the token.
View Source
var GetSwPoPKey = pop.GetSwPoPKey
GetSwPoPKey retrieves a software Proof of Possession (PoP) key using RSA encryption. It utilizes the internal pop.GetSwPoPKey function to obtain the key.
Functions ¶
This section is empty.
Types ¶
type MsalClientOptions ¶ added in v0.1.7
type MsalClientOptions = pop.MsalClientOptions
type PoPAuthenticationScheme ¶
type PoPAuthenticationScheme = pop.PoPAuthenticationScheme
This is the MSAL implementation of AuthenticationScheme. For more details, see the MSAL repo interface: https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/4a4dafcbcbd7d57a69ed3bc59760381232c2be9c/apps/internal/oauth/ops/authority/authority.go#L146
Click to show internal directories.
Click to hide internal directories.