module GitHub::REST::OAuthApps

Defined in:

githubcr/rest.cr

Instance Method Summary

Instance Method Detail

def check_auth #

TODO : about to be deprecated


[View source]
def check_oauth_token_validation(client_id : String, payload : OAuthTokenPayload) : OAuthToken #

Raises an error if invalid!


[View source]
def delete_app_auth(client_id : String, payload : OAuthTokenPayload) : Nil #

[View source]
def delete_oauth_token(client_id : String, payload : OAuthTokenPayload) : Nil #

[View source]
def reset_auth #

TODO : about to be deprecated


[View source]
def reset_oauth_token(client_id : String, payload : OAuthTokenPayload) : OAuthToken #

[View source]
def revoke_app_grant #

TODO : about to be deprecated


[View source]
def revoke_auth #

TODO : about to be deprecated


[View source]