idpTokenInput

Examples

input IDPTokenInput {
  access_token: String
  token_type: String
  expires_in: Int
  created_at: Int
  refresh_token: String
  scope: String
}

Fields

Field
Description
Supported fields

access_token String

access token for idp

token_type String

token type (bearer etc...)

expires_in Int

expires in seconds

created_at Int

create time seconds epoch

refresh_token String

refresh token that should be used for refreshing

scope String

scop of permission granted for the token

References

Fields with this object:

Last updated