feat: add snjs package
This commit is contained in:
6
packages/snjs/lib/Services/Session/Sessions/Session.ts
Normal file
6
packages/snjs/lib/Services/Session/Sessions/Session.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export abstract class Session {
|
||||
public abstract canExpire(): boolean
|
||||
|
||||
/** Return the token that should be included in the header of authorized network requests */
|
||||
public abstract get authorizationValue(): string
|
||||
}
|
||||
Reference in New Issue
Block a user