pub struct SlackOAuthV2AccessTokenRequestInit {
pub client_id: SlackClientId,
pub client_secret: SlackClientSecret,
pub code: SlackOAuthCode,
}Fields§
§client_id: SlackClientId§client_secret: SlackClientSecret§code: SlackOAuthCodeTrait Implementations§
source§impl From<SlackOAuthV2AccessTokenRequestInit> for SlackOAuthV2AccessTokenRequest
impl From<SlackOAuthV2AccessTokenRequestInit> for SlackOAuthV2AccessTokenRequest
source§fn from(value: SlackOAuthV2AccessTokenRequestInit) -> Self
fn from(value: SlackOAuthV2AccessTokenRequestInit) -> Self
Converts to this type from the input type.