Skip to content

Commit

Permalink
Fix up type in designated initializer (openid#662)
Browse files Browse the repository at this point in the history
Move from OIDServiceDiscovery to NSURL
  • Loading branch information
dmaclach authored and tonyphanbhr committed Feb 2, 2023
1 parent d1e2e72 commit 6bfc5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AppAuthCore/OIDServiceConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ - (instancetype)initWithAuthorizationEndpoint:(NSURL *)authorizationEndpoint
tokenEndpoint:(NSURL *)tokenEndpoint
issuer:(nullable NSURL *)issuer
registrationEndpoint:(nullable NSURL *)registrationEndpoint
endSessionEndpoint:(nullable OIDServiceDiscovery *)endSessionEndpoint
endSessionEndpoint:(nullable NSURL *)endSessionEndpoint
discoveryDocument:(nullable OIDServiceDiscovery *)discoveryDocument {

self = [super init];
Expand Down

0 comments on commit 6bfc5b9

Please sign in to comment.