TYPEALIAS
OAuthRevocationCompletion
public typealias OAuthRevocationCompletion = (_ response: TokenRevocationResponse) -> Void
A closure handler with an TokenRevocationResponse
as a parameter with no return
type
- Parameters:
- response: An TokenRevocationResponse