Skip to content

Commit c7465ef

Browse files
committed
Updating API
1 parent c573256 commit c7465ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

API_DOCUMENTATION.md

+11
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ export class ExampleComponent implements OnInit, OnDestroy {
232232

233233
```
234234

235+
### getIdToken()
236+
237+
public function to get the id_token
235238

236239
### getToken()
237240

@@ -279,6 +282,14 @@ export class ExampleComponent implements OnInit, OnDestroy {
279282

280283
Gets the user data from the auth module of the logged in user.
281284

285+
### getUserinfo
286+
287+
Gets the user data direct from the STS API
288+
289+
### setCustomRequestParameters(params: { [key: string]: string | number | boolean })
290+
291+
public function so extra parameters can be added to the authorization URL request.
292+
282293
### authorize()
283294

284295
Starts the OpenID Implicit Flow authenication and authorization.

0 commit comments

Comments
 (0)