WorkOS.SSOTokenResponse (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

SSOTokenResponse model.

Summary

Types

t()

@type t() :: %WorkOS.SSOTokenResponse{
  access_token: String.t(),
  expires_in: integer(),
  oauth_tokens: WorkOS.SSOTokenResponseOAuthToken.t() | nil,
  profile: WorkOS.Profile.t(),
  token_type: String.t()
}