Authentication
Authenticate for access to the Wych platform
Get OpenID configuration
Returns the OpenID Connect discovery metadata for the application, including the issuer, token, authorisation, user information and JWKS endpoints.
Generate client token
Authenticates the application using its client credentials and returns an access token for application-level API operations.
Get user token
Exchanges the authenticated client context for a user access token used to call customer-specific API endpoints.
Get magic login link
Generates a magic login link for the specified application user.