SlackTokenResponse.oauthPayload
STRUCT
Contents
- Properties
channel_id
installation_id
scope
- Methods
init(channel_id:installation_id:scope:)
public struct oauthPayload: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/SlackTokenResponse/oauth
.
Properties
channel_id
public var channel_id: Swift.String
- Remark: Generated from
#/components/schemas/SlackTokenResponse/oauth/channel_id
.
installation_id
public var installation_id: Swift.String
- Remark: Generated from
#/components/schemas/SlackTokenResponse/oauth/installation_id
.
scope
public var scope: Swift.String?
- Remark: Generated from
#/components/schemas/SlackTokenResponse/oauth/scope
.
Methods
init(channel_id:installation_id:scope:)
public init(
channel_id: Swift.String,
installation_id: Swift.String,
scope: Swift.String? = nil
)
Creates a new oauthPayload
.
- Parameters:
- channel_id:
- installation_id:
- scope:
Parameters
Name | Description |
---|---|
channel_id | |
installation_id | |
scope |