Skip to main content

AuthenticationGrantType

Denotes the authorization flow to use

type AuthenticationGrantType = 'client_credentials' | 'password' | 'refresh_token' | 'link' | 'code' | 'fido' | 'authenticator' | 'oidc';