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/SlackToken/oauth
.
public var channel_id: Swift.String
- Remark: Generated from
#/components/schemas/SlackToken/oauth/channel_id
.
public var installation_id: Swift.String
- Remark: Generated from
#/components/schemas/SlackToken/oauth/installation_id
.
public var scope: Swift.String?
- Remark: Generated from
#/components/schemas/SlackToken/oauth/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:
Name | Description |
---|---|
channel_id | |
installation_id | |
scope |