package mock
import "github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/mock"
Index ¶
- func GetAccessTokenBody(accessToken, idToken, refreshToken, clientInfo string, expiresIn int) []byte
- func GetIDToken(tenant, issuer string) string
- func GetInstanceDiscoveryBody(host, tenant string) []byte
- func GetTenantDiscoveryBody(host, tenant string) []byte
- func WithBody(b []byte) responseOption
- func WithCallback(callback func(*http.Request)) responseOption
- type Client
Functions ¶
func GetAccessTokenBody ¶
func GetAccessTokenBody(accessToken, idToken, refreshToken, clientInfo string, expiresIn int) []byte
func GetIDToken ¶
func GetInstanceDiscoveryBody ¶
func GetTenantDiscoveryBody ¶
func WithBody ¶
func WithBody(b []byte) responseOption
WithBody sets the HTTP response's body to the specified value.
func WithCallback ¶
WithCallback sets a callback to invoke before returning the response.
Types ¶
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 ¶
Source Files ¶
- Version
- v1.1.1
- Published
- Aug 15, 2023
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 2 weeks ago –
Tools for package owners.