OauthApplications
WebService::GitHub::Apps::OauthApplications
Check an authorization
WebService::GitHub::Apps::OauthApplications.check-authorization( Str $client-id
, Str $access-token
)
Check a token
See apps/check-token
WebService::GitHub::Apps::OauthApplications.check-token( Str $client-id
, Str :$access-token!
)
Delete an app authorization
WebService::GitHub::Apps::OauthApplications.delete-authorization( Str $client-id
, Str :$access-token
)
Delete an app token
WebService::GitHub::Apps::OauthApplications.delete-token( Str $client-id
, Str :$access-token!
)
Reset an authorization
WebService::GitHub::Apps::OauthApplications.reset-authorization( Str $client-id
, Str $access-token
)
Reset a token
See apps/reset-token
WebService::GitHub::Apps::OauthApplications.reset-token( Str $client-id
, Str :$access-token!
)
Revoke an authorization for an application
WebService::GitHub::Apps::OauthApplications.revoke-authorization-for-application( Str $client-id
, Str $access-token
)
Revoke a grant for an application
WebService::GitHub::Apps::OauthApplications.revoke-grant-for-application( Str $client-id
, Str $access-token
)
Create a scoped access token
See apps/scope-token
WebService::GitHub::Apps::OauthApplications.scope-token( Str $client-id
, Str :$access-token!
, Int(Str) :$target-id
, Positional :$repositories
, Associative :$permissions
, Str :$target
, Positional :$repository-ids
)