package exported

import "github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported"

package exported contains internal types that are re-exported from a public package

Index

Types

type AssertionRequestOptions

type AssertionRequestOptions struct {
	// ClientID identifies the application for which an assertion is requested. Used as the assertion's "iss" and "sub" claims.
	ClientID string

	// TokenEndpoint is the intended token endpoint. Used as the assertion's "aud" claim.
	TokenEndpoint string
}

AssertionRequestOptions has information required to generate a client assertion

Source Files

exported.go

Version
v0.6.0
Published
Aug 9, 2022
Platform
windows/amd64
Last checked
2 weeks ago

Tools for package owners.