Struct slack_morphism::api::SlackOAuthV2AccessTokenResponseInit [−][src]
pub struct SlackOAuthV2AccessTokenResponseInit {
pub access_token: String,
pub token_type: SlackApiTokenType,
pub scope: SlackApiTokenScope,
pub app_id: SlackAppId,
pub team: SlackTeamInfo,
pub authed_user: SlackOAuthV2AuthedUser,
}Fields
access_token: Stringtoken_type: SlackApiTokenTypescope: SlackApiTokenScopeapp_id: SlackAppIdteam: SlackTeamInfoauthed_user: SlackOAuthV2AuthedUserTrait Implementations
Performs the conversion.