IdpRequestHandler
public protocol IdpRequestHandler : Sendable
                Interface representing an Identity Provider (IdP) handler.
- 
                  
authorize(url:Asynchronous) Authorizes the user with the IdP.
Declaration
Swift
func authorize(url: URL?) async throws -> RequestParameters
urlThe URL to use for authorization.
Return Value
A
Requestobject containing the result of the authorization - 
                  
fetch(httpClient:Default implementation, asynchronousurl: )  
            View on GitHub