View Source WorkOS.SSO.ProfileAndToken (WorkOS SDK for Elixir v1.1.0)

WorkOS Profile and Token struct.

Summary

Types

@type t() :: %WorkOS.SSO.ProfileAndToken{
  access_token: String.t(),
  profile: WorkOS.SSO.Profile.t()
}