service/domain/organization/public_key_get
Api Code Documentation / Exports / service/domain/organization/public_key_get
Table of contents
Functions
Functions
getAllPublicKeys
▸ getAllPublicKeys(ctx
, repository
): Promise
<Type
<KeysByOrganization
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
repository | Repository |
Returns
Promise
<Type
<KeysByOrganization
>>
Defined in
src/service/domain/organization/public_key_get.ts:16
getPublicKey
▸ getPublicKey(ctx
, organization
, repository
): Promise
<Type
<PublicKeyBase64
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
organization | string |
repository | Repository |
Returns
Promise
<Type
<PublicKeyBase64
>>
Defined in
src/service/domain/organization/public_key_get.ts:33
publicKeyAlreadyExists
▸ publicKeyAlreadyExists(ctx
, organization
, repository
): Promise
<Type
<boolean
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
organization | string |
repository | Repository |
Returns
Promise
<Type
<boolean
>>