Options
All
  • Public
  • Public/Protected
  • All
Menu

Module token_response

Index

Type aliases

ErrorType

ErrorType: "invalid_request" | "invalid_client" | "invalid_grant" | "unauthorized_client" | "unsupported_grant_type" | "invalid_scope"

Represents the possible error codes from the token endpoint. For more information look at: https://tools.ietf.org/html/rfc6749#section-5.2

TokenType

TokenType: "bearer" | "mac"

Represents the access token types. For more information see: https://tools.ietf.org/html/rfc6749#section-7.1

Functions

Const nowInSeconds

  • nowInSeconds(): number

Generated using TypeDoc