Skip to content

Commit

Permalink
docs: add jsdocs for class members
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Nov 16, 2020
1 parent 891a54d commit 940abcf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/services/myinfo/myinfo.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ const MYINFO_PROD_PREFIX = 'PROD2-'
const MYINFO_DEV_BASE_URL = 'http://localhost:5156/myinfo/v2/'

export class MyInfoService {
/**
* Circuit breaker which fires requests to the MyInfo PersonBasic endpoint
* and limits the rate of requests in case the receiving server returns errors.
*/
#myInfoClientBreaker: CircuitBreaker<[IPersonBasicRequest], IPersonBasic>
/**
* TTL of SingPass cookie in milliseconds.
*/
#spCookieMaxAge: number

/**
Expand Down

0 comments on commit 940abcf

Please sign in to comment.