SlackInstallation.authed_userPayload
STRUCT
Contents
- Properties
access_token
expires_in
id
refresh_token
scope
token_type
- Methods
init(access_token:expires_in:id:refresh_token:scope:token_type:)
public struct authed_userPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user
.
Properties
access_token
public var access_token: Swift.String?
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user/access_token
.
expires_in
public var expires_in: Swift.Int?
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user/expires_in
.
id
public var id: Swift.String
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user/id
.
refresh_token
public var refresh_token: Swift.String?
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user/refresh_token
.
scope
public var scope: Swift.String?
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user/scope
.
token_type
public var token_type: Swift.String?
- Remark: Generated from
#/components/schemas/SlackInstallation/authed_user/token_type
.
Methods
init(access_token:expires_in:id:refresh_token:scope:token_type:)
public init(
access_token: Swift.String? = nil,
expires_in: Swift.Int? = nil,
id: Swift.String,
refresh_token: Swift.String? = nil,
scope: Swift.String? = nil,
token_type: Swift.String? = nil
)
Creates a new authed_userPayload
.
- Parameters:
- access_token:
- expires_in:
- id:
- refresh_token:
- scope:
- token_type:
Parameters
Name | Description |
---|---|
access_token | |
expires_in | |
id | |
refresh_token | |
scope | |
token_type |