Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 508 Bytes

authed_userPayload.CodingKeys.md

File metadata and controls

54 lines (38 loc) · 508 Bytes

ENUM

authed_userPayload.CodingKeys

Contents

  • Cases
    • access_token
    • expires_in
    • id
    • refresh_token
    • scope
    • token_type
public enum CodingKeys: String, CodingKey

Cases

access_token

case access_token

expires_in

case expires_in

id

case id

refresh_token

case refresh_token

scope

case scope

token_type

case token_type