package mock

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

Index

Constants

const Authnschemeformat = "%s-formated"

Functions

func GetAccessTokenBody

func GetAccessTokenBody(accessToken, idToken, refreshToken, clientInfo string, expiresIn int) []byte

func GetIDToken

func GetIDToken(tenant, issuer string) string

func GetInstanceDiscoveryBody

func GetInstanceDiscoveryBody(host, tenant string) []byte

func GetTenantDiscoveryBody

func GetTenantDiscoveryBody(host, tenant string) []byte

func NewTestAuthnScheme

func NewTestAuthnScheme() authority.AuthenticationScheme

func WithBody

func WithBody(b []byte) responseOption

WithBody sets the HTTP response's body to the specified value.

func WithCallback

func WithCallback(callback func(*http.Request)) responseOption

WithCallback sets a callback to invoke before returning the response.

Types

type AuthnSchemeTest

type AuthnSchemeTest struct {
}

func (*AuthnSchemeTest) AccessTokenType

func (a *AuthnSchemeTest) AccessTokenType() string

func (*AuthnSchemeTest) FormatAccessToken

func (a *AuthnSchemeTest) FormatAccessToken(accessToken string) (string, error)

func (*AuthnSchemeTest) KeyID

func (a *AuthnSchemeTest) KeyID() string

func (*AuthnSchemeTest) TokenRequestParams

func (a *AuthnSchemeTest) TokenRequestParams() map[string]string

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a mock HTTP client that returns a sequence of responses. Use AppendResponse to specify the sequence.

func (*Client) AppendResponse

func (c *Client) AppendResponse(opts ...responseOption)

func (*Client) CloseIdleConnections

func (*Client) CloseIdleConnections()

CloseIdleConnections implements the comm.HTTPClient interface

func (*Client) Do

func (c *Client) Do(req *http.Request) (*http.Response, error)

Source Files

mock.go

Version
v1.3.3
Published
Jan 28, 2025
Platform
linux/amd64
Imports
8 packages
Last checked
2 weeks ago

Tools for package owners.